projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93da843
)
(Fread): Remove redundant and imprecise declaration.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 22 Jun 2002 21:26:08 +0000
(21:26 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 22 Jun 2002 21:26:08 +0000
(21:26 +0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 5d1967ece484e5f9646aaa48e633b27cf8512c4d..e40d5680c8654062c97833a83d8bb1cc7a3c64d2 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1460,7
+1460,6
@@
STREAM or the value of `standard-input' may be:
(stream)
Lisp_Object stream;
{
- extern Lisp_Object Fread_minibuffer ();
if (NILP (stream))
stream = Vstandard_input;
if (EQ (stream, Qt))